Migrate to gradle-maven-publish-plugin - #123
Merged
Merged
Conversation
kcooney
force-pushed
the
kcooney/publish-to-maven
branch
2 times, most recently
from
February 1, 2026 02:55
3c5aa3c to
7854633
Compare
kcooney
force-pushed
the
kcooney/publish-to-maven
branch
from
February 1, 2026 03:02
7854633 to
e2c9310
Compare
cuttestkittensrule
left a comment
Collaborator
There was a problem hiding this comment.
Looks good, though the publishing plugin may be able to be moved into publishing-conventions.gradle in buildSrc, and we might want to keep the same group id.
kcooney
force-pushed
the
kcooney/publish-to-maven
branch
3 times, most recently
from
February 1, 2026 23:03
d497de0 to
0f9a1a5
Compare
Followed https://vanniktech.github.io/gradle-maven-publish-plugin/central/ changing the plugin version from 0.36.0 to 0.34.0 to we don't need to upgrade gradle. Tested by running: ```shell $ ./gradlew clean publishToMavenLocal $ cd ~/.m2/repository $ ls -1 ls -1 com/team2813/*/2.0.0-rc-1/ ``` Output of `ls`: ```shell com/team2813/lib/2.0.0-rc-1/: lib-2.0.0-rc-1-javadoc.jar lib-2.0.0-rc-1-sources.jar lib-2.0.0-rc-1.jar lib-2.0.0-rc-1.module lib-2.0.0-rc-1.pom com/team2813/limelight/2.0.0-rc-1/: limelight-2.0.0-rc-1-javadoc.jar limelight-2.0.0-rc-1-sources.jar limelight-2.0.0-rc-1.jar limelight-2.0.0-rc-1.module limelight-2.0.0-rc-1.pom com/team2813/testing/2.0.0-rc-1/: testing-2.0.0-rc-1-javadoc.jar testing-2.0.0-rc-1-sources.jar testing-2.0.0-rc-1.jar testing-2.0.0-rc-1.module testing-2.0.0-rc-1.pom com/team2813/vision/2.0.0-rc-1/: vision-2.0.0-rc-1-javadoc.jar vision-2.0.0-rc-1-sources.jar vision-2.0.0-rc-1.jar vision-2.0.0-rc-1.module vision-2.0.0-rc-1.pom ```
Co-authored-by: cuttestkittensrule <mangoiscute95@gmail.com>
kcooney
force-pushed
the
kcooney/publish-to-maven
branch
from
February 1, 2026 23:09
0f9a1a5 to
fa6129a
Compare
kcooney
force-pushed
the
kcooney/publish-to-maven
branch
from
February 1, 2026 23:24
fa6129a to
f19c535
Compare
kcooney
force-pushed
the
kcooney/publish-to-maven
branch
from
February 1, 2026 23:41
6e82e4d to
e9420c1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Followed https://vanniktech.github.io/gradle-maven-publish-plugin/central/ changing the plugin version from 0.36.0 to 0.34.0 to we don't need to upgrade gradle.
Tested by running:
Output of
ls: